projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a7a323
)
(view-lossage): Mention open-dribble-file in the doc
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 25 Mar 2001 14:01:05 +0000
(14:01 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 25 Mar 2001 14:01:05 +0000
(14:01 +0000)
string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
lisp/help.el
patch
|
blob
|
history
diff --git
a/lisp/help.el
b/lisp/help.el
index c1e6ac8c51ecf8b5550ce6ad4f2ac109df1a619a..2fab9422aeadad0f6dae49a7c5b623db42005715 100644
(file)
--- a/
lisp/help.el
+++ b/
lisp/help.el
@@
-476,7
+476,9
@@
With numeric argument, display information on correspondingly older changes."
(view-file (expand-file-name "PROBLEMS" data-directory)))
(defun view-lossage ()
- "Display last 100 input keystrokes."
+ "Display last 100 input keystrokes.
+
+To record all your input on a file, use `open-dribble-file'."
(interactive)
(with-output-to-temp-buffer "*Help*"
(princ (mapconcat (function (lambda (key)